3.0 EASY VPN (IOS-ASA)
Task: Configure EASY VPN in NEM mode where ASA is the Server and R2 is the remote client in NEM Mode. Only Traffic originating from 2.2.2.2 and going to 1.1.1.1 should be encrypted.
Basic Configurations:
  1. Configure IP Addresses on all devices as shown above
  2. R1 has a default route pointing to ASA
  3. R2 has default route pointing to the Internet
  4. ASA has a static route to the 30.1.52.0/24 network
  5. Internet has a static route to 10.1.110.0/24 network
EZ VPN server configuration on ASA:
Step 1: Access List
Step 2: Group Policy
Step 3: ISAKMP Policy and Enable ISAKMP
Step 4: Tunnel Group
Step 5: IPSec Transform Set
Step 6: Dynamic Map and Static Map
Client Configurations:
Step 1: Crypto IPSec Client
Step 2: Define the Inside and Outside
At this point R2 will download all the configurations from ASA. But we will not be able to ping from R2's loop back to R1's loopback. This is because  ASA does not know the route to 1.1.1.1 and 2.2.2.2
Verifications:
R2#ping 1.1.1.1 so lo 0

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
Packet sent with a source address of 2.2.2.2
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 68/96/180 ms

R2#ping 11.1.1.1 so lo 0

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 11.1.1.1, timeout is 2 seconds:
Packet sent with a source address of 2.2.2.2
UUUUU
Success rate is 0 percent (0/5)

R2#sh crypto isa sa
IPv4 Crypto ISAKMP SA
dst                   src                 state            conn-id   slot    status
20.1.105.10         30.1.52.2             QM_IDLE      1014       0       ACTIVE

IPv6 Crypto ISAKMP SA

R2#sh crypto ip sa

interface: FastEthernet0/0
       Crypto map tag: FastEthernet0/0-head-0, local addr 30.1.52.2

     protected vrf: (none)
     local   ident (addr/mask/prot/port): (2.2.2.2/255.255.255.255/0/0)
     remote ident (addr/mask/prot/port): (1.1.1.1/255.255.255.255/0/0)

     current_peer 20.1.105.10 port 500
         PERMIT, flags={origin_is_acl,}
       #pkts encaps: 5, #pkts encrypt: 5, #pkts digest: 5
       #pkts decaps: 5, #pkts decrypt: 5, #pkts verify: 5

       #pkts compressed: 0, #pkts decompressed: 0
       #pkts not compressed: 0, #pkts compr. failed: 0
       #pkts not decompressed: 0, #pkts decompress failed: 0
       #send errors 0, #recv errors 0

         local crypto endpt.: 30.1.52.2, remote crypto endpt.: 20.1.105.10
         path mtu 1500, ip mtu 1500, ip mtu idb FastEthernet0/0
         current outbound spi: 0x9F19CC( 10426828)

*******************OUTPUT OMITTED************************

R2#sh crypto ipsec client ezvpn
Easy VPN Remote Phase: 6

Tunnel name : HQ
Inside interface list: Loopback0
Outside interface: FastEthernet0/0
Current State: IPSEC_ACTIVE
Last Event: MTU_CHANGED
Save Password: Disallowed
Split Tunnel List: 1
             Address       : 1.1.1.1
             Mask             : 255.255.255.255
             Protocol     : 0x0
             Source Port: 0
             Dest Port   : 0
Current EzVPN Peer: 20.1.105.10

EASY VPN ASA & Router Config Comparison.JPG